Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / IOrderedSet<T> Interface
The type of the elements in the collection.
Members

In This Topic
    IOrderedSet<T> Interface
    In This Topic
    Defines methods to manipulate ordered sets.
    Object Model
    IOrderedSet<T> Interface
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Interface IOrderedSet(Of T) 
    [DefaultMember("Item")]
    public interface IOrderedSet<T> 
    Type Parameters
    T
    The type of the elements in the collection.
    See Also